ARM: omap: Enable tiny printf on omap3_logic
authorMarek Vasut <[email protected]>
Tue, 31 May 2016 21:12:47 +0000 (23:12 +0200)
committerTom Rini <[email protected]>
Fri, 3 Jun 2016 01:21:43 +0000 (21:21 -0400)
Enable support for tiny printf on the omap3_logic board to trim down
the SPL size. This makes the SPL actually build again and fit into
the SRAM.

Signed-off-by: Marek Vasut <[email protected]>
Cc: Simon Glass <[email protected]>
Cc: Tom Rini <[email protected]>
Cc: [email protected]
Reviewed-by: Tom Rini <[email protected]>
configs/omap3_logic_defconfig

index 322624781a6fbac0ad07365197ec7efc3f37e239..e7bf3854215e35d2fca8e9e1056339dc362fc8ce 100644 (file)
@@ -1,6 +1,7 @@
 CONFIG_ARM=y
 CONFIG_OMAP34XX=y
 CONFIG_TARGET_OMAP3_LOGIC=y
+CONFIG_USE_TINY_PRINTF=y
 CONFIG_SPL=y
 CONFIG_FIT=y
 CONFIG_SYS_EXTRA_OPTIONS="NAND"